home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ8904.ZIP / INDEX.TXT < prev    next >
Text File  |  1989-03-27  |  2KB  |  62 lines

  1.  
  2. EXECSW.ASC
  3.  
  4.     Keywords: KOKKONEN SWAP APR89 PASCAL
  5.  
  6.    A method for gaining more apparent memory from DOS.  In Turbo Pascal
  7.    5.0 it should convert to C fairly easily.  From the article by Kim
  8.    Kokkonen in the April 1989 DDJ.
  9.  
  10.  
  11. LRU.C
  12.  
  13.     Keywords: LRU APR89
  14.  
  15.    Full listing for LRU technique described in the sidebar to the
  16.    _Virtual Demand Paged Memory_ article in Apri, 1989, DDJ.
  17.  
  18.  
  19. MEMCMP.ASC
  20.  
  21.     Keywords: MEMORY COMPACTOR C DOS APR89
  22.  
  23.    A memory compactor - gathers fragmented memory into larger, and more
  24.    useful blocks, by relocating program code into contiguous segments.
  25.    Useful when running in a windowing envionment that fragments memory
  26.    badly - the usual case due to a damaged memory management design in
  27.    DOS.  Also useful if built as a utility for freeing those pesky
  28.    unfreed blocks left by some programs that do their own memory
  29.    management.
  30.  
  31.  
  32. PALETT.ASC
  33.  
  34.     Keywords: C GRAPHICS PORTER APR89
  35.  
  36.    Code from Kent's Graphics Programming column - this month how to mix
  37.    colors on the EGA/VGA. Taking this base color set, Kent shows how to
  38.    mix & patch, and create something more.
  39.  
  40.  
  41. PROTO
  42.  
  43.     Keywords: C STEVENS XMODEM APR89
  44.  
  45.    Al Stevens extends SmallComm this month with a module that adds the
  46.    Xmodem protocol and a Phone directory.
  47.  
  48.  
  49. SWAP.ASC
  50.  
  51.     Keywords: SWAP ASM MAK APR89 DDJ
  52.  
  53.    Source for Nico Mak's DOS swapper.
  54.  
  55.  
  56. VIRSCR.ASC
  57.  
  58.     Keywords: DUNTEMAN PASCAL SCREEN APR89
  59.  
  60.    Jeff Dunteman's Structured programming column for April - this month
  61.    a virtual screen manager.
  62.